home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / infop146.arc / PAGE_04.INF < prev    next >
Text File  |  1991-06-04  |  877b  |  19 lines

  1.   On this page, INFOPLUS displays the programs currently in memory.
  2.  
  3.   All programs that are resident, or currently running, have a small
  4. signature in memory. This signature gives the name of the program (in most
  5. cases),  and the memory it is using.
  6.  
  7. MCB:    Memory Control Block, the segment where the program is.
  8. PSP:    Program Segment Prefix, holds specific information about the
  9.         program. Various important vectors, pointer to the environment, and
  10.         the commands you pass onto the program (like /h).
  11. Parent: This is the segment that 'owns' the program. In other words the
  12.         program that called it.
  13. Env:    A block will show here if that memory block is the environment to
  14.         a program.
  15. Owner:  The program (or it's owner)
  16. Interrupts: A list of interrupts (in hexadecimal) that the program appears
  17.             to have taken over.
  18.  
  19.